home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d13
/
excon.arc
/
MENU43.BAT
< prev
next >
Wrap
DOS Batch File
|
1986-09-29
|
346b
|
13 lines
echo off
if .%1 == .off goto OFF
if .%1 == .OFF goto OFF
rem
rem Set menu ON
rem
PROMPT $e[136;255:$e[9;43:$e[10:$e[128:$e[128;1:$e[1;31;40m$e[1;1H$p $e[14;206;1;67:$e[76;14;1;74:$e[37;44m$e[43;1H$e[K$g
goto DONE
:OFF
prompt $e[136;255:$e[2A$e[s$e[14;206;1;8:$e[76;14;1;1:$e[1;15H$e[K$e[31;40m$p$e[0;1;37;44m$e[K$e[u$e[B$g
:DONE
cls